.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;
}

h1
{
   text-align: center;
}

html
{
    background-image: url(bell.jpg);
    margin: auto;
    width: auto;
    background-size: cover;
}

head 
{
    background-color: yellow;
    align-items: center;
}


nav
{
    margin: auto;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    
}

a
{
    color: black;
   text-align: center;
   text-decoration: none;
    
    
}

ul
{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

body
{
    align-items: center;
}

nav ul 
{
    display: flex;
    flex: 1 1 40rem;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.main-head
{
    background-color: yellow;
    margin: auto;
    padding: 0%;
}

a
{
    color: black;
}

a:hover
{
    background-color: white;
}

a:visited
{
    color: black;
}

h2
{
    text-align: center;
}